* {
    margin: 0;
    padding: 0;
}
html,body{
    height:auto;
}
body {
    font-family: "Microsoft YaHei",Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #333;
    font-size: 12px;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6, ul, li, dl, dt, dd, p {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
}
a {
    color: #666666;
    text-decoration: none;
}
a:hover {
    color: #666666;
    text-decoration: none;
}
a:focus {
    color: #666666;
    text-decoration: none;
}
em, i, u {
    font-style: normal;
    font-size: 14px;
}
.clearfix::before,
.clearfix::after{
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
img {
    vertical-align: middle;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}
.hide {
    display: none;
}
.nameBlue{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.page {
    width: 1200px;
    margin: 0 auto;
}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 992px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 768px){
    .container {
        width: 1200px;
    }
}
@media (min-width: 1025px){
    .container {
        width: 1200px;
    }
}
.webColor {
    color: #ff6600;
}
.webBgColor {
    background-color: #ff6600;
}
.dis_block{ display:block; }




.selectedServiceBack li {
    float: left;
    width: 194px;
    height: 208px;
    margin-right: 10px;
    transform: translate(0px,0px);
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    -o-transform: translate(0px,0px);
    opacity: 1;
    transition: all .3s ease-out;
    position: relative;
    margin-bottom: 29px;
}
.selectedServiceBack li .front, 
.selectedServiceBack li .back {
    height: 208px;
}
.selectedServiceBack li .front {
    border: 1px solid #ececec;
    padding: 6px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 194px;
    background: #fff;
    transform: perspective(700px) rotateY(0deg);
    transition: all 0.4s ease-in-out 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.selectedServiceBack li .serviceMessages {
    padding-top: 11px;
    padding-left: 2px;
    padding-right: 2px;
}
.selectedServiceBack li .serviceMessages .title {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    display: block;
} 
.selectedServiceBack li .serviceMessages .des {
    font-size: 12px;
    color: #999;
    line-height: 17px;
} 
.selectedServiceBack li .serviceMessages .price {
    line-height: 29px;
    color: #999;
}
.selectedServiceBack li .serviceMessages .price span.left {
    color: #ff6600;
    font-size: 14px;
}
.selectedServiceBack li .serviceMessages .price span.right img {
    margin-top: -4px;
    margin-right: 2px;
}
.selectedServiceBack li .back {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 194px;
    box-shadow: 0px 0px 5px #a5a5a5;
    background: #f9f9f9;
    transform: perspective(700px) rotateY(180deg);
    transition: all 0.4s ease-in-out 0s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    background-color: #f6f6f6;
    text-align: center;
}
.selectedServiceBack li .back .backTitle {
    font-size: 16px;
    color: #333;
    line-height: 27px;
    margin-top: 18px;
}
.selectedServiceBack li .back .backPrice {
    font-size: 14px;
    color: #ff6600;
    line-height: 41px;
}
.selectedServiceBack li .back .backDes {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}
.selectedServiceBack li .back .backBtn {
    margin-top: 17px;
}
.selectedServiceBack li .back .backBtn a {
    display: inline-block;
    width: 82px;
    height: 26px;
    line-height: 26px;
    text-align: center;
}
.selectedServiceBack li .back .backBtn a:first-child{
    margin-right: 9px;
    background-color: #ff6600;
    color: #fff;
}
.selectedServiceBack li .back .backBtn a:first-child:hover{
    background-color: #e15a00;
}
.selectedServiceBack li .back .backBtn a:last-child{
    color: #999;
    border: 1px dashed #ff6600;
}
.selectedServiceBack li .back .backBtn a:last-child i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url('/images/home/handIcon.jpg') no-repeat;
}
.selectedServiceBack li .back .backBtn a:last-child:hover{
    color: #ff6600;
}
.selectedServiceBack li .back .backBtn a:last-child:hover i{
    color: #ff6600;
    background: url('/images/home/handIconHover.jpg') no-repeat;
}
.selectedServiceBack li:hover .front {
    transform: perspective(700px) rotateY(-180deg);
}
.selectedServiceBack li:hover .back {
    z-index: 2;
    transform: perspective(700px) rotateY(0deg);
}